@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,300&display=swap');


body {
  font-family: 'roboto', regular 400;
  font-size: 16px;
  line-height: 1.5;
  color: #101e41;
  margin: 0;
  padding: 0;
  background-color: #101e41;
}

header {
  background-color: #101e41;
  padding: 20px;
}

h1 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Roboto', regular;
  color: #ffffff;
  text-align: justify;
}

h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Orbitron', regular;
  color: #ffffff;
  text-align: center;
}

h3 {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Orbitron', regular;
  color: #ffffff;
  text-align: center;
}
a {
  text-decoration: none;
  color: #ffffff;
}
p {
  margin: 20px 0;
  font-family: 'roboto', sans-serif;
  color: #041726;
  text-align: center;
  text-justify: auto;
}

.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem #ffffff;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #041726;
  font-family: 'roboto', sans-serif;
}

footer p {
  margin: 0;
  color: #02136e;
}

footer a {
  color: #02136e;
  text-decoration: none;
  font-family: 'Orbitron', sans-serif;
}

div {
  text-align: center;
}

.social-icons {
  display: list-item;
  justify-content: space-around;
  margin: 50px;

}

.social-icons a {
  text-decoration: none;
  color: #ffffff;
  font-size: 50px;
  padding: 15px;
}